
body,ul,li,dt,dl,p,h1,h2,h3,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,em,b,br,section,header,footer,nav,menu,aside,audio,video,canvas,svg,details,figure,figcaption,summary,hgroup,pre,sub,sup,button,textarea,input{margin:0;padding:0;color:inherit;}
ul,ul li{list-style:none}
.bgorgin{
    background-color: rgb(223, 154, 20);
    height: 50px;
}
.footerMax{
    margin-top: 50px;
}
.link2{
    line-height: 50px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.phoneIMG{
    display: inline-block;
}
.phoneIMG figure a img{height: 45px;}
.phoneNext{
    display: inline-grid;
    margin-left: 15px;
}
.fontColor{
    color: #e7b81b;
    font-size: 28px;
}
.footerP {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(26, 26, 26);
    text-transform: uppercase;
  }
  .footerUl ul li {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.25;
  }
  .footerUl ul {
      margin-top: 25px;
  }
.qrcode{
    width: 120px;
    height: 120px;
    margin: 0px auto;
}
.qrcodeNext{
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width:767px){
    .footerMax{
        display: none;
    }
    .footerShow{
        display: block;
    }
    .qrcodeMax{
        margin-top: 10px;
    }
    .qrcode{
        width: 60px;
        height: 60px;
    }
    .phonemin{
        text-align: center;
        margin-top: 10px;
    }
    .phoneNext {
        display: inline-block;
        margin-left: 15px;
    }
    .ulminH{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .ulminH{
        display: none;
    }
    .phonemin{
        margin-bottom: 20px;
     }
}
@media screen and (min-width:768px){
    .footerMax{
        /* display: block; */
    }
    .footerShow{
        display: none;
    }
    .phoneNext {
        display: inline-block;
        margin-left: 15px;
    }
}
@media screen and (max-width:375px){
 .ulminH{
     display: none;
 }
 .phonemin{
    margin-bottom: 20px;
 }
}